diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-21 13:34:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-21 13:34:19 -0600 |
commit | 3c54dba4345977063987651bf4b914c2e1b2f174 (patch) | |
tree | 25492ff350c6ff734bfffd5ab1edbeef74ef3e1f /kdewidgets/tests/Makefile.am | |
parent | 45f3927b0ffec2599bc0e1ce361c5386474a85f4 (diff) | |
download | tdelibs-3c54dba4345977063987651bf4b914c2e1b2f174.tar.gz tdelibs-3c54dba4345977063987651bf4b914c2e1b2f174.zip |
Rename makekdewidgets
Diffstat (limited to 'kdewidgets/tests/Makefile.am')
-rw-r--r-- | kdewidgets/tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdewidgets/tests/Makefile.am b/kdewidgets/tests/Makefile.am index 3a4a9566a..220f8afac 100644 --- a/kdewidgets/tests/Makefile.am +++ b/kdewidgets/tests/Makefile.am @@ -23,9 +23,9 @@ check-local: testwithpixmaps.cpp testkde.cpp # md5sum -c $(srcdir)/sums testwithpixmaps.cpp: $(srcdir)/test.widgets - ../makekdewidgets -o testwithpixmaps.cpp -p $(top_srcdir)/kdewidgets/pics $(srcdir)/test.widgets + ../maketdewidgets -o testwithpixmaps.cpp -p $(top_srcdir)/kdewidgets/pics $(srcdir)/test.widgets testkde.cpp: $(srcdir)/test.widgets - ../makekdewidgets -o testkde.cpp $(srcdir)/test.widgets + ../maketdewidgets -o testkde.cpp $(srcdir)/test.widgets CLEANFILES = testwithpixmaps.cpp testkde.cpp |