Subversion Repositories public

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 137
Line 1... Line 1...
1
# set the include path for X, qt and KDE
1
# set the include path for X, qt and KDE
2
INCLUDES = $(all_includes)
2
INCLUDES = $(all_includes)
3
 
3
 
4
# these are the headers for your project
4
# these are the headers for your project
5
noinst_HEADERS = disassemble.h garmin.h managefile.h progresswidget.h \
5
noinst_HEADERS = copy.h disassemble.h garmin.h managefile.h progresswidget.h \
6
	settingswidget.h sportwatcher.h sportwatcherwidget.h
6
	settingswidget.h sportwatcher.h sportwatcherwidget.h
7
 
7
 
8
# let automoc handle all of the meta source files (moc)
8
# let automoc handle all of the meta source files (moc)
9
METASOURCES = AUTO
9
METASOURCES = AUTO
10
 
10