diff options
author | Timo Sirainen <cras@irssi.org> | 2000-07-10 23:00:56 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-07-10 23:00:56 +0000 |
commit | dcc2e89b2e0a99645b4f49360c3b76958730563e (patch) | |
tree | 824e1fb77f05e94a3b4cb48e051728eb9bd519a3 /src/lib-popt/Makefile.am | |
parent | f8aa81b73c83b97aff8cf24244e0bb183a35d59c (diff) | |
download | irssi-dcc2e89b2e0a99645b4f49360c3b76958730563e.zip |
Enabled lots of GCC warnings, fixed those that were easy to fix.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@456 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/lib-popt/Makefile.am')
-rw-r--r-- | src/lib-popt/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib-popt/Makefile.am b/src/lib-popt/Makefile.am index eeef0560..04f9145c 100644 --- a/src/lib-popt/Makefile.am +++ b/src/lib-popt/Makefile.am @@ -1,5 +1,9 @@ noinst_LTLIBRARIES = libpopt.la +INCLUDES = \ + $(GLIB_CFLAGS) \ + -I$(top_srcdir)/src + libpopt_la_SOURCES = \ findme.c popt.c poptconfig.c popthelp.c poptparse.c |