Subversion Repositories public

Rev

Rev 43 | Rev 60 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 52
Line 20... Line 20...
20
# this is the program that gets installed.  it's name is used for all
20
# this is the program that gets installed.  it's name is used for all
21
# of the other Makefile.am variables
21
# of the other Makefile.am variables
22
bin_PROGRAMS = tilgungsplan
22
bin_PROGRAMS = tilgungsplan
23
 
23
 
24
# the application source, library search path, and link libraries
24
# the application source, library search path, and link libraries
25
tilgungsplan_SOURCES = helper.cpp main.cpp tilgungsplan.cpp \
25
tilgungsplan_SOURCES = helper.cpp main.cpp tilgrech.cpp tilgungsplan.cpp \
26
	tilgungsplanwidget.cpp tilgungsplanwidgetbase.ui tprech.cpp ziaendwidget.cpp \
26
	tilgungsplanwidget.cpp tilgungsplanwidgetbase.ui ziaendwidget.cpp zinssatzaenderung.ui
27
	zinssatzaenderung.ui
-
 
28
tilgungsplan_LDFLAGS = $(KDE_RPATH) $(all_libraries)
27
tilgungsplan_LDFLAGS = $(KDE_RPATH) $(all_libraries)
29
tilgungsplan_LDADD = $(LIB_KDEUI)
28
tilgungsplan_LDADD = $(LIB_KDEUI)
30
 
29
 
31
# this is where the desktop file will go 
30
# this is where the desktop file will go 
32
shelldesktopdir   = $(kde_appsdir)/Utilities
31
shelldesktopdir   = $(kde_appsdir)/Utilities