diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-12-14 23:58:37 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-12-14 23:58:37 +0000 |
commit | 3a8057f40e817acadf1b216edbfb7171398b2bb4 (patch) | |
tree | bafa9fc1acde86966d16b216afd75c2459e36f16 /support/Makefile.am | |
parent | 812799ca34d06b2d8ef85b15eff6379a7b3d537a (diff) | |
download | shared-mime-info-3a8057f40e817acadf1b216edbfb7171398b2bb4.tar.gz |
Now it works.
Now it works.
svn path=/trunk/; revision=523
Diffstat (limited to 'support/Makefile.am')
-rw-r--r-- | support/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/support/Makefile.am b/support/Makefile.am index 079adb76..c3f568d1 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -D_GNU_SOURCE lib_LTLIBRARIES = libgnomesupport.la -supportinclude_HEADERS = popt.h +supportinclude_HEADERS = popt-gnome.h # gnome-argp.h getopt.h long-options.h argp.h error.h # it is in _DATA since we don't want `gnomesupport.h' to be part of @@ -22,10 +22,9 @@ noinst_HEADERS = gnomesupport-fake.h \ include_HEADERS = popt-gnome.h popt_sources = findme.c poptconfig.c poptparse.c popt.c popthelp.c -#other_sources = long-options.c gnome-argp.c -libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) $(other_sources) -libgnomesupport_la_LIBADD = @LTLIBOBJS@ +libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) +#libgnomesupport_la_LIBADD = @LTLIBOBJS@ libgnomesupport_la_LDFLAGS = -version-info 0:0:0 BUILT_SOURCES = gnomesupport.h |