mirror of
https://github.com/alexkay/spek.git
synced 2025-04-18 01:22:19 +03:00
22 lines
281 B
Makefile
22 lines
281 B
Makefile
# Makefile.am
|
|
|
|
SUBDIRS = \
|
|
data \
|
|
src \
|
|
vapi \
|
|
po
|
|
|
|
EXTRA_DIST = \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
win/LICENSE.rtf \
|
|
win/make-win32.sh \
|
|
win/spek.ico \
|
|
win/spek.wxs
|
|
|
|
DISTCLEANFILES = \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update
|