mirror of
https://github.com/alexkay/spek.git
synced 2025-04-16 08:40:33 +03:00
26 lines
346 B
Makefile
26 lines
346 B
Makefile
# Makefile.am
|
|
|
|
SUBDIRS = \
|
|
data \
|
|
src \
|
|
vapi \
|
|
po
|
|
|
|
EXTRA_DIST = \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
win/LICENSE.rtf \
|
|
win/banner.bmp \
|
|
win/bundle.sh \
|
|
win/dialog.bmp \
|
|
win/fix-msi.js \
|
|
win/spek.ico \
|
|
win/spek.rc \
|
|
win/spek.wxs
|
|
|
|
DISTCLEANFILES = \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update
|