diff options
author | Lubos Dolezel <lubos@dolezel.info> | 2015-06-02 20:46:46 +0200 |
---|---|---|
committer | Lubos Dolezel <lubos@dolezel.info> | 2015-06-02 20:46:46 +0200 |
commit | bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8 (patch) | |
tree | 1d423ae1de8622bd430d4a1f86030b971f8fa228 /src/utils | |
parent | 51b5c517de53e867c0bcadba1d9736f73e264b1b (diff) | |
download | twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar.gz twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar.lz twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar.xz twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.zip |
Removed old build system
twinkle.desktop is now installed
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am deleted file mode 100644 index e4d8fb5..0000000 --- a/src/utils/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -AM_CPPFLAGS = -Wall $(XML2_CFLAGS) -I$(top_srcdir)/src - -noinst_LIBRARIES = libutils.a - -libutils_a_SOURCES =\ - file_utils.cpp\ - mime_database.cpp\ - file_utils.h\ - mime_database.h\ - record_file.h\ - record_file.hpp |