Mercurial > pidgin
view plugins/ticker/Makefile.am @ 13747:69d5cd3d0b4a
[gaim-migrate @ 16158]
Add a "--with avahi" option to our RPM spec file. I think
this should work, but I just got the following error and I
want to go to sleep:
/var/tmp/rpm-tmp.68399: line 39: syntax error: unexpected end of file
error: Bad exit status from /var/tmp/rpm-tmp.68399 (%install)
RPM build errors:
/home/mark/rpmbuild/SPECS/gaim.spec:194: Got a %else with no %if
Bad exit status from /var/tmp/rpm-tmp.68399 (%install)
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 08 May 2006 04:45:41 +0000 |
parents | 2cc05a9e944d |
children |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw plugindir = $(libdir)/gaim ticker_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) if PLUGINS plugin_LTLIBRARIES = ticker.la ticker_la_SOURCES = \ gtkticker.c \ gtkticker.h \ ticker.c endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)