diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2013-04-09 17:22:03 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2013-04-09 17:22:03 +0200 |
| commit | edccd7fd734bb1bc98576249022ef2bc1f2673bf (patch) | |
| tree | ec82d4e1acb73ea3a458efe2379fc6422b03d534 /src/Makefile.am | |
| parent | 4000d372f629054e6d6f98e51d3ac27d1c066e9e (diff) | |
| download | cataract-edccd7fd734bb1bc98576249022ef2bc1f2673bf.tar.xz | |
Modernize configure.ac
https://live.gnome.org/GnomeGoals/ModernAutotools
Big thanks to Pavel Raiskup for autoconf hints
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 8c4aa15..9bd3448 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -I$(top_srcdir) \ -I$(top_builddir) \ |
