From 673f8a422ccda9b87bbb7a930956e76afeef8948 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 26 Jun 2012 13:55:36 +0200 Subject: build: better placement of variables automake options are best set in configure.ac, so they apply not just to the directory, but the whole project. Also move fuse_CFLAGS into AM_CPPFLAGS, because it actually consists of preprocessor directives. (pkgconfig misnamed CFLAGS.) --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 623153e..527ba9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,2 @@ -# not a GNU package. You can remove this line, if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign - SUBDIRS = src tests -- cgit v1.2.3