From 8a04f708cbf12a14e7c3d79bb2ea0987931670e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 5 Apr 2013 10:48:50 +0000 Subject: [PATCH] added target rebuid-ts in src; closes #39 --- src/makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/makefile.am b/src/makefile.am index 6c99b59..662232e 100644 --- a/src/makefile.am +++ b/src/makefile.am @@ -37,6 +37,8 @@ libproxyface_la_LDFLAGS = -version-info ${LIB_VERSION} AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} +rebuild-ts: ${LANG_TS} + %.cxx: %.qrc ${RCC} -o $@ $<