diff options
author | Timothy Pearson <[email protected]> | 2012-01-11 13:02:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-11 13:02:03 -0600 |
commit | 9cf4f4be1a5457158e13632a7105d86a3730144b (patch) | |
tree | b00b02461baaa8958ebf66981b2eac5757bc864a /drkonqi/Makefile.am | |
parent | 75aed00fe95e5b2cc7a101f082372acb9c529efc (diff) | |
download | tdebase-9cf4f4be1a5457158e13632a7105d86a3730144b.tar.gz tdebase-9cf4f4be1a5457158e13632a7105d86a3730144b.zip |
Add an option to build the crashtest program
Diffstat (limited to 'drkonqi/Makefile.am')
-rw-r--r-- | drkonqi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drkonqi/Makefile.am b/drkonqi/Makefile.am index ad04f8132..a07f140d0 100644 --- a/drkonqi/Makefile.am +++ b/drkonqi/Makefile.am @@ -8,7 +8,7 @@ METASOURCES = AUTO EXTRA_DIST = LICENSE -bin_PROGRAMS = drkonqi +bin_PROGRAMS = drkonqi crashtest # Libraries: AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor |