diff options
author | monsta <[email protected]> | 2015-09-09 10:46:57 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-09 10:46:57 +0300 |
commit | c9cadcd53d03e73475dd266aad223a1ebc9229b5 (patch) | |
tree | 0166a7c33476e9d9a4a2a3a3b66bde69594dc242 /logview/tests/Makefile.am | |
parent | 09a33e1feefbf5bc06eb5692b03c894c3b48daa9 (diff) | |
download | mate-utils-c9cadcd53d03e73475dd266aad223a1ebc9229b5.tar.bz2 mate-utils-c9cadcd53d03e73475dd266aad223a1ebc9229b5.tar.xz |
logview: move sources to src/ subdir
Diffstat (limited to 'logview/tests/Makefile.am')
-rw-r--r-- | logview/tests/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/logview/tests/Makefile.am b/logview/tests/Makefile.am deleted file mode 100644 index b7b668c3..00000000 --- a/logview/tests/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -AM_CPPFLAGS = \ - $(GLIB_CFLAGS) \ - $(GIO_CFLAGS) \ - -I../ - -noinst_PROGRAMS = test-reader - -test_reader_SOURCES = test-reader.c ../logview-log.c ../logview-utils.c -test_reader_LDADD = $(GLIB_LIBS) $(GIO_LIBS) $(Z_LIBS) -lm |