diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-31 23:49:18 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-31 23:49:18 +0000 |
commit | 94d689190ecd84ab3f09e73572396566e730a6f5 (patch) | |
tree | 2aab637af658b55a722441c01f21147adb81133a | |
parent | 0e00857dfb065dc9c9c443159cb453af151e4d41 (diff) | |
download | xine-lib-94d689190ecd84ab3f09e73572396566e730a6f5.tar.gz xine-lib-94d689190ecd84ab3f09e73572396566e730a6f5.tar.bz2 |
Revert xine-config dist_bin & EXTRA_DIST changes due to changes in 1.1.
-rw-r--r-- | misc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 835f92f54..7e82bec87 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -6,13 +6,14 @@ EXTRA_DIST = build_rpms.sh \ SlackBuild.in \ SlackBuild \ vga.xinefont.gz \ + xine-config \ xine-lib.spec.in \ xine-lib.spec \ libxine.pc.in \ libdvdcss-1.2.6-network.patch \ Makefile.common -dist_bin_SCRIPTS = xine-config +bin_SCRIPTS = xine-config pkgconfigdir=$(libdir)/pkgconfig pkgconfig_DATA=libxine.pc |