view m4macros/Makefile.am @ 24275:273d5fc31eab

Using system libtool somehow resulted in a bunch of static libraries we don't need in the RPMs, kill 'em.
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 21 Oct 2008 01:04:50 +0000
parents 402236ee7981
children
line wrap: on
line source

installed_m4=purple.m4

EXTRA_DIST=$(installed_m4)

m4datadir=$(datadir)/aclocal
m4data_DATA=$(installed_m4)