85810cae12
In addition to accounting for the various changes in the new version, we also rename from the deprecated 1x section to just 1 and get the current version number from autoconf.
15 lines
559 B
Makefile
15 lines
559 B
Makefile
bin_PROGRAMS = fookb
|
|
fookb_SOURCES = fookb.c fookb.h images.c images.h opts.h \
|
|
params.c params.h sound.c sound.h
|
|
dist_man_MANS = fookb.1
|
|
dist_pkgdata_DATA = 1.xpm 2.xpm 3.xpm 4.xpm rus.xpm lat.xpm boom.xpm \
|
|
En.xpm Ru.xpm beep_spring.au
|
|
desktopdir = @datadir@/applications
|
|
dist_desktop_DATA = fookb.desktop
|
|
|
|
AM_CFLAGS = $(Xlib_CFLAGS) $(libXpm_CFLAGS) $(WUtil_CFLAGS) $(libdockapp_CFLAGS)
|
|
LIBS += $(Xlib_LIBS) $(libXpm_LIBS) $(WUtil_LIBS) $(libdockapp_LIBS)
|
|
|
|
EXTRA_DIST = copyright fookb.cf KNOWN_BUGS LICENSE README.russian.koi8-r \
|
|
README.russian.utf-8
|