diff options
author | deva <deva> | 2006-07-25 16:35:23 +0000 |
---|---|---|
committer | deva <deva> | 2006-07-25 16:35:23 +0000 |
commit | 4669a3517d6976a95978ac70de427b7f1c7cd3f8 (patch) | |
tree | 00a2ce9e8e81ca48c1a8a0f1dec996ec156e17b9 /client/Makefile.am | |
parent | 1c0958e68fa58683ea4ceebc7cd20b5f1f747d3c (diff) |
Moved the ETC and PIXMAPS symbols to config.h.
Diffstat (limited to 'client/Makefile.am')
-rw-r--r-- | client/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 07b217e..0fad1ac 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -1,8 +1,4 @@ -AM_CXXFLAGS := -I../lib -L../lib \ - $(CXXFLAGS) $(EXTRA_CXXFLAGS) -I../include $(QT_CXXFLAGS) $(CAIRO_CXXFLAGS) \ - -DQT_THREAD_SUPPORT \ - -DPIXMAPS=\"$(datadir)/pixmaps\" \ - -DETC=\"$(prefix)/etc/miav\" +AM_CXXFLAGS := $(QT_CXXFLAGS) $(CAIRO_CXXFLAGS) -DQT_THREAD_SUPPORT bin_PROGRAMS = miav_client |