diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2014-05-28 22:14:15 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2014-05-28 22:14:15 +0200 |
| commit | 316426136c4e5ac0b7c73b87f4e105d506329ba0 (patch) | |
| tree | 13adaacf2b41a54d5b2e198389d884a4711f5e4a /src/Makefile.am | |
| parent | 2624b4274d7ea2cfe7b96399d4768dbe5c19f8d9 (diff) | |
Update automake syntax
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e555a0b..ad6f422 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -INCLUDES = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) AM_CFLAGS = @DEFINES@ @GTK_CFLAGS@ @XMLRPC_C_CFLAGS@ -DDATAROOTDIR='"${pkgdatadir}"' |
