diff options
author | Ted Gould <ted@gould.cx> | 2011-07-14 20:29:05 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-14 20:29:05 -0500 |
commit | c4dc68441ac2e216b6ffc858783cb2b8e988fdf1 (patch) | |
tree | 6147b2adff76aa25e12df3b9ac0155a7143a8379 /debian/rules | |
parent | 7b0358220b72c294bcdd37be6ec006ba961c7837 (diff) | |
parent | c05a2a3255ef8828b0517e74a3e2c625370235ba (diff) | |
download | ayatana-indicator-messages-c4dc68441ac2e216b6ffc858783cb2b8e988fdf1.tar.gz ayatana-indicator-messages-c4dc68441ac2e216b6ffc858783cb2b8e988fdf1.tar.bz2 ayatana-indicator-messages-c4dc68441ac2e216b6ffc858783cb2b8e988fdf1.zip |
Merge from U. Desktop
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 219cf64..0105586 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,6 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ DEB_CONFIGURE_FLAGS_gtk2 = --with-indicator-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-indicator-gtk=3 -DEB_CONFIGURE_EXTRA_FLAGS = --disable-static LDFLAGS += -Wl,-z,defs -Wl,--as-needed @@ -20,4 +19,3 @@ debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: find debian/tmp -name \*.la -delete - find debian/tmp -name \*.a -delete |