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 tilgrech.cpp tilgungsplan.cpp \
|
25 |
tilgungsplan_SOURCES = helper.cpp main.cpp ratenplan.ui ratenplanwidget.cpp \
|
26 |
tilgungsplanwidget.cpp tilgungsplanwidgetbase.ui ziaendwidget.cpp zinssatzaenderung.ui
|
26 |
tilgrech.cpp tilgungsplan.cpp tilgungsplanwidget.cpp tilgungsplanwidgetbase.ui \
|
- |
|
27 |
ziaendwidget.cpp zinssatzaenderung.ui
|
27 |
tilgungsplan_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
28 |
tilgungsplan_LDFLAGS = $(KDE_RPATH) $(all_libraries) -lkio
|
28 |
tilgungsplan_LDADD = $(LIB_KDEUI)
|
29 |
tilgungsplan_LDADD = $(LIB_KDEUI)
|
29 |
|
30 |
|
30 |
# this is where the desktop file will go
|
31 |
# this is where the desktop file will go
|
31 |
shelldesktopdir = $(kde_appsdir)/Utilities
|
32 |
shelldesktopdir = $(kde_appsdir)/Utilities
|
32 |
shelldesktop_DATA = tilgungsplan.desktop
|
33 |
shelldesktop_DATA = tilgungsplan.desktop
|