diff options
author | Brent Hull <[email protected]> | 2013-01-25 02:39:32 -0500 |
---|---|---|
committer | Brent Hull <[email protected]> | 2013-01-25 02:39:32 -0500 |
commit | 1acc3477eeb71505d68b66ac7aa4a796f86fe69c (patch) | |
tree | c4c7950e24d8393980b41c6bd649c450e628a6f2 /logview/tests/Makefile.am | |
parent | 3f783bbd74e1f94e97f91829480b32b05b6480c8 (diff) | |
download | mate-utils-1acc3477eeb71505d68b66ac7aa4a796f86fe69c.tar.bz2 mate-utils-1acc3477eeb71505d68b66ac7aa4a796f86fe69c.tar.xz |
Port mate-dictionary (and applet) to Gsettings (main program based on GNOME patch)
Diffstat (limited to 'logview/tests/Makefile.am')
-rw-r--r-- | logview/tests/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/logview/tests/Makefile.am b/logview/tests/Makefile.am index b12398a2..a06f4269 100644 --- a/logview/tests/Makefile.am +++ b/logview/tests/Makefile.am @@ -1,8 +1,9 @@ INCLUDES = \ - $(MATE_UTILS_CFLAGS) \ + $(GLIB_CFLAGS) \ + $(GIO_CFLAGS) \ -I../ noinst_PROGRAMS = test-reader test_reader_SOURCES = test-reader.c ../logview-log.c ../logview-utils.c -test_reader_LDADD = $(MATE_UTILS_LIBS) $(Z_LIBS) -lm +test_reader_LDADD = $(GLIB_LIBS) $(GIO_LIBS) $(Z_LIBS) -lm |