From ab791e7c5eca21b61bf6a1d81298e2da593b53c6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:31:13 -0600 Subject: Rename a few build variables for overall consistency --- keduca/keduca/Makefile.am | 2 +- keduca/keducabuilder/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'keduca') 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 -- cgit v1.2.3