From 6584ed21590752822d75a048f44178593f704ec1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 29 Jan 2003 22:43:58 +0000 Subject: [PATCH] make .py rule --- otk/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/otk/Makefile.am b/otk/Makefile.am index 06bee2fc..d0edbe1d 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -38,6 +38,8 @@ otk_test: libotk.la otk_test.cc rendertest: libotk.la rendertest.cc $(CXX) $(CXXFLAGS) -DHAVE_CONFIG_H -I. -I. -I.. -I../src $(XFT_CFLAGS) -Wall -W -pedantic -DNDEBUG -g -O2 -o $@ rendertest.cc $(XFT_LIBS) -L. -lotk @LIBS@ +%.py: %_wrap.cc + otk.i: $(wildcard *.hh) touch $@ -- 2.45.2