From 276f15f2c2faaa9158661d9d899b8d689fb308dc Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Thu, 12 Mar 1998 22:46:00 +0000 Subject: 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 --- support/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'support/Makefile.am') 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@ -- cgit v1.2.1