diff options
author | Juan Pablo Ugarte <juanpablougarte@gmail.com> | 2013-12-18 18:39:33 -0300 |
---|---|---|
committer | Juan Pablo Ugarte <juanpablougarte@gmail.com> | 2013-12-18 18:40:11 -0300 |
commit | 28b675a8400faf21249f80bdbc5673e042062c75 (patch) | |
tree | 2eeb0b8b426e8546a484848e6355171aea8a1979 /tests | |
parent | de4459021f729dd6bdfd564e69ff903da84bbb05 (diff) | |
download | glade-28b675a8400faf21249f80bdbc5673e042062c75.tar.gz |
tests/Makefile.am Removed unused DATADIR macro
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f82125ea..fc961957 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,7 +11,6 @@ progs_cppflags = \ $(common_defines) \ -I$(top_srcdir) \ -I$(top_builddir) \ - -DDATADIR=\"$(top_srcdir)/tests/\" \ $(GTK_CFLAGS) \ $(GTK_MAC_BUNDLE_FLAG) \ $(GTK_MAC_CFLAGS) \ |