summaryrefslogtreecommitdiffstats
path: root/src/Gui/Makefile.am
blob: a4d20b70113088affcbf1fd77b4ac93562ad4fac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#SUBDIRS=gui tui plugins tests conf

bin_SCRIPTS = cc-gui

PYTHON_FILES = CCDBusBackend.py  CCDumpList.py  CCDump.py  CC_gui_functions.py  ccgui.glade  CCReporterDialog.py CCReport.py CCMainWindow.py

GLADE_FILES = ccgui.glade

EXTRA_DIST = $(PYTHON_FILES) $(GLADE_FILES) cc-gui

#ccguidir = $(pkgdatadir)
pkgdata_PYTHON = $(PYTHON_FILES)
pkgdata_DATA = $(GLADE_FILES)

CLEANFILES := $(notdir $(wildcard *~)) $(notdir $(wildcard *\#)) $(notdir $(wildcard \.\#*)) $(notdir $(wildcard *.pyc))