summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipa_gui.egg-info/Makefile.am
blob: dfd814f2386b61679fadae63cadf9a6a32d9af9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
NULL =

appdir = $(IPA_DATA_DIR)/ipa_gui.egg-info
app_DATA =			\
	dependency_links.txt	\
	entry_points.txt	\
	not-zip-safe		\
	paster_plugins.txt	\
	PKG-INFO		\
	requires.txt		\
	SOURCES.txt		\
	sqlobject.txt		\
	top_level.txt		\
	$(NULL)

EXTRA_DIST =			\
	$(app_DATA)		\
	$(NULL)

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in