diff options
author | Keith Packard <keithp@keithp.com> | 2013-07-12 10:32:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 14:01:31 -0800 |
commit | d04a4a03a90f2721d507287938c90f1755d9da0e (patch) | |
tree | 6e92148e6438d9e694ae4c28cb230b4b5ada4bcf | |
parent | f4d5b84800f960831e4fbb3ad9848bbb701020be (diff) |
Make protocol C files depend on protocol XML files
When new XML files get installed, make sure the C files are regenerated
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-By: Uli Schlachter <psychon@znc.in>
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6b5a2c3..f48e14e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -233,7 +233,7 @@ EXTRA_DIST = $(STATIC_MANS) BUILT_SOURCES = $(EXTSOURCES) $(BUILT_MANS) CLEANFILES = $(EXTSOURCES) $(EXTHEADERS) $(BUILT_MANS) -$(EXTSOURCES): c_client.py +$(EXTSOURCES): c_client.py $(XCBPROTO_XCBINCLUDEDIR)/$(@:.c=.xml) $(PYTHON) $(srcdir)/c_client.py -p $(XCBPROTO_XCBPYTHONDIR) $(XCBPROTO_XCBINCLUDEDIR)/$(@:.c=.xml) $(man_MANS): $(EXTSOURCES) |