]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/applet/Makefile.in
fixed i18n handling of _ in XRC texts
[wxWidgets.git] / contrib / src / applet / Makefile.in
index 57f524d479845ed1f1fe52a52a919bf9e508dcff..1cfa1d7264e09b0ce9e688efb61a68ab753ca52d 100644 (file)
@@ -16,8 +16,10 @@ HEADER_SUBDIR=applet
 HEADERS=applet.h appletwindow.h
 
 OBJECTS=applet.o appletwindow.o
+DEPFILES=$(OBJECTS:.o=.d)
 
 APPEXTRADEFS=-I$(top_srcdir)/contrib/include
 
 include $(top_builddir)/src/makelib.env
 
+-include $(DEPFILES)