You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
424 B
18 lines
424 B
## Process this file with automake to produce Makefile.in
|
|
SUBDIRS = metadata include po src images
|
|
|
|
EXTRA_DIST = \
|
|
VERSION \
|
|
compiz-animationaddon.pc.in
|
|
|
|
DISTCLEANFILES = \
|
|
po/stamp-it \
|
|
po/.intltool-merge-cache
|
|
|
|
if ANIMATIONADDON_PLUGIN
|
|
animationaddondata = compiz-animationaddon.pc
|
|
endif
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = $(animationaddondata)
|