aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-03-07 08:25:21 +0000
committerChristian Grothoff <christian@grothoff.org>2014-03-07 08:25:21 +0000
commiteea75837a9381eefce5cbc341d9067c6d460c294 (patch)
tree2ae4b18924ec4eaccda2b2bc00e38d528eae8bd3 /src/fs/Makefile.am
parent6e05a9a7f9782349ae50019ea67937979f091abd (diff)
downloadgnunet-gtk-eea75837a9381eefce5cbc341d9067c6d460c294.tar.gz
gnunet-gtk-eea75837a9381eefce5cbc341d9067c6d460c294.zip
-modernize automake rules, fix return value
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 906b2936..dcd4d700 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -1,6 +1,6 @@
1SUBDIRS = . 1SUBDIRS = .
2 2
3INCLUDES = \ 3AM_CPPFLAGS = \
4 -I$(top_srcdir)/ \ 4 -I$(top_srcdir)/ \
5 -I$(top_srcdir)/src/include \ 5 -I$(top_srcdir)/src/include \
6 @GTK_CFLAGS@ \ 6 @GTK_CFLAGS@ \