summaryrefslogtreecommitdiff
path: root/support/Makefile.am
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-03-12 22:46:00 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-03-12 22:46:00 +0000
commit276f15f2c2faaa9158661d9d899b8d689fb308dc (patch)
treef496de30116d25d9073b1fc712b8005272fde4b3 /support/Makefile.am
parent902259bcf6e71af88d67e394085203f32a882e7e (diff)
downloadshared-mime-info-276f15f2c2faaa9158661d9d899b8d689fb308dc.tar.gz
Don't install argp-fmtstream.h and argp-namefrob.h. They are used only to
* Makefile.am (noinst_HEADERS): Don't install argp-fmtstream.h and argp-namefrob.h. They are used only to compile `argp' and not for general usage. - Hari svn path=/trunk/; revision=142
Diffstat (limited to 'support/Makefile.am')
-rw-r--r--support/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index a5bc541a..bdc79617 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -6,8 +6,11 @@ if BUILD_GNOME_SUPPORT
lib_LTLIBRARIES = libgnomesupport.la
-supportinclude_HEADERS = gnome-argp.h getopt.h long-options.h argp-fmtstream.h \
-argp-namefrob.h argp.h
+supportinclude_HEADERS = gnome-argp.h getopt.h long-options.h argp.h
+
+# These are internal headers: they are used only when compiling and
+# should not be installed
+noinst_HEADERS = argp-fmtstream.h argp-namefrob.h
libgnomesupport_la_SOURCES = long-options.c gnome-argp.c
libgnomesupport_la_LIBADD = @LTLIBOBJS@