summaryrefslogtreecommitdiff
path: root/support/gnomesupport-fake.h
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-11-04 22:34:13 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-11-04 22:34:13 +0000
commit4c4ad2b41658d151a53db777b50a6f0f3fec257f (patch)
tree52d5344f62a50ce5a011583a41173fc05572a96b /support/gnomesupport-fake.h
parent88071ff4768bfca9dbc8c4134dac5d2ae07bae07 (diff)
downloadshared-mime-info-4c4ad2b41658d151a53db777b50a6f0f3fec257f.tar.gz
Include gnomesupport.h unconditionally. Build libgnomesupport.la
* gnomesupport-fake.h: Include gnomesupport.h unconditionally. * Makefile.am: Build libgnomesupport.la unconditionally. (popt_sources): List `popt' sources. (libgnomesupport_la_SOURCES): Include $popt_sources. (include_HEADERS): Install `popt.h'. (noinst_HEADERSS): Don't install poptint.h and findme.h. * popt.c: New file. From the POPT package. Replacement for argp/getopt. * poptparse.c: Likewise. * popthelp.c: Likewise. * poptconfig.c: Likewise. * findme.c: Likewise. * findme.h: Likewise. * popt.h: Likewise. * poptint.h: Likewise. svn path=/trunk/; revision=464
Diffstat (limited to 'support/gnomesupport-fake.h')
-rw-r--r--support/gnomesupport-fake.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/support/gnomesupport-fake.h b/support/gnomesupport-fake.h
index 9b9eae14..a6423d09 100644
--- a/support/gnomesupport-fake.h
+++ b/support/gnomesupport-fake.h
@@ -5,12 +5,11 @@
# include <config.h>
#endif
-/* This is required to get `size_t' on some systems. */
+#include <stddef.h>
+/* ??? This is required to get `size_t' on some systems. */
#include <sys/types.h>
-#ifdef NEED_GNOMESUPPORT_H
#include <gnomesupport.h>
-#endif
#include <gnome-argp.h>