mirror of https://github.com/Gnucash/gnucash
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.
19 lines
432 B
19 lines
432 B
# Makefile.am for goffice
|
|
|
|
SUBDIRS = goffice tests pixmaps plugins
|
|
# po
|
|
|
|
EXTRA_DIST = README NEWS BUGS MAINTAINERS AUTHORS \
|
|
goffice.mk \
|
|
goffice-plugins.mk \
|
|
intltool-extract.in \
|
|
intltool-update.in \
|
|
intltool-merge.in \
|
|
libgoffice-1.pc
|
|
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
#pkgconfig_DATA = libgoffice-1.pc
|
|
|
|
include $(top_srcdir)/lib/goffice-0.0.4/goffice.mk
|