diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-31 23:32:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-31 23:40:54 +0800 |
commit | 7e567893e6de45650b0f425b37b2dc4e86fad701 (patch) | |
tree | ae3f1ae13c3df2e52c4354b6ac8b4f8b50d0c28d /capplet/Makefile.am | |
parent | a02084ebc878158aa0a9124e56a02d62b44fdceb (diff) | |
download | gsoc2013-evolution-7e567893e6de45650b0f425b37b2dc4e86fad701.tar gsoc2013-evolution-7e567893e6de45650b0f425b37b2dc4e86fad701.tar.gz gsoc2013-evolution-7e567893e6de45650b0f425b37b2dc4e86fad701.tar.bz2 gsoc2013-evolution-7e567893e6de45650b0f425b37b2dc4e86fad701.tar.lz gsoc2013-evolution-7e567893e6de45650b0f425b37b2dc4e86fad701.tar.xz gsoc2013-evolution-7e567893e6de45650b0f425b37b2dc4e86fad701.tar.zst gsoc2013-evolution-7e567893e6de45650b0f425b37b2dc4e86fad701.zip |
Fix build settings under capplet.
Diffstat (limited to 'capplet/Makefile.am')
-rw-r--r-- | capplet/Makefile.am | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am index aac8cf7a98..b84e28425e 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -1,6 +1,9 @@ SUBDIRS = settings -AM_CPPFLAGS = \ +bin_PROGRAMS = evolution-settings + +evolution_settings_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ @@ -30,22 +33,12 @@ AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"evolution-mail\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" - -AM_CFLAGS =\ - -Wall\ - -g -O0 - -bin_PROGRAMS = evolution-settings - evolution_settings_SOURCES = \ anjal-settings-main.c -evolution_settings_LDFLAGS = \ - -Wl,--export-dynamic - if OS_WIN32 -evolution_settings_LDFLAGS += -mwindows +evolution_settings_LDFLAGS = -mwindows endif evolution_settings_LDADD = \ |