diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:13 -0600 |
commit | ab791e7c5eca21b61bf6a1d81298e2da593b53c6 (patch) | |
tree | aabf296287cb21d587f8e409c49dbbb3dd0c6222 /keduca | |
parent | e38b255880cc3753f3b0ce1812cf3740bc031660 (diff) | |
download | tdeedu-ab791e7c5eca21b61bf6a1d81298e2da593b53c6.tar.gz tdeedu-ab791e7c5eca21b61bf6a1d81298e2da593b53c6.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'keduca')
-rw-r--r-- | keduca/keduca/Makefile.am | 2 | ||||
-rw-r--r-- | keduca/keducabuilder/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keduca/keduca/Makefile.am b/keduca/keduca/Makefile.am index c83b52d7..ce6f1e89 100644 --- a/keduca/keduca/Makefile.am +++ b/keduca/keduca/Makefile.am @@ -4,7 +4,7 @@ INCLUDES= -I../libkeduca $(all_includes) # The binary program keduca bin_PROGRAMS = keduca keduca_LDFLAGS = $(all_libraries) -keduca_LDADD = $(LIB_KFILE) $(LIB_KPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) ../libkeduca/libkeduca.la +keduca_LDADD = $(LIB_TDEFILE) $(LIB_KPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) ../libkeduca/libkeduca.la keduca_SOURCES = main.cpp keduca.cpp # Convenience library diff --git a/keduca/keducabuilder/Makefile.am b/keduca/keducabuilder/Makefile.am index a6c1ecbb..84ae5186 100644 --- a/keduca/keducabuilder/Makefile.am +++ b/keduca/keducabuilder/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = keducabuilder keducabuilder_SOURCES = kcontroladdeditbase.ui keducaeditorstartdialogbase.ui keducaeditorstartdialog.cpp ktagcombobox.cpp klangcombo.cpp kcontrolheader.cpp keducabuilder.cpp kcontroladdedit.cpp main.cpp -keducabuilder_LDADD = $(LIB_KFILE) ../libkeduca/libkeduca.la +keducabuilder_LDADD = $(LIB_TDEFILE) ../libkeduca/libkeduca.la EXTRA_DIST = main.cpp kcontroladdedit.cpp kcontroladdedit.h keducabuilder.cpp keducabuilder.h kcontrolheader.cpp kcontrolheader.h keducabuilderui.rc klangcombo.cpp klangcombo.h ktagcombobox.cpp ktagcombobox.h keducaeditorstartdialog.cpp keducaeditorstartdialog.h |