blob: 4ae076c33304e77a460d290fd9b55513a32b2c0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
## Process this file with automake to produce Makefile.in
SUBDIRS = contrib doc po src pixmaps
desktopdir = $(datadir)/applications
desktop_in_files = \
gnunet-fs-gtk.desktop.in \
gnunet-setup.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
pkgpixdir= $(pkgdatadir)
ACLOCAL_AMFLAGS = -I m4
install-data-local:
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(pkgpixdir)
EXTRA_DIST = \
config.rpath \
install-sh mkinstalldirs
|