Skip to content

Commit 197ceb3

Browse files
committed
tests/Makefile.am: Another fix for autogen file rules
For Make to do its stuff, there needs to be a rule to make both the `*.h` file and the `*.c` file.
1 parent 7f7fc24 commit 197ceb3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Makefile.am

+4-1
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,8 @@ scale_clip_test_LDADD = $(top_builddir)/src/libsndfile.la
190190
#===============================================================================
191191
# Autogen generated sources.
192192

193-
%.c %h : %.def %.tpl
193+
%.c : %.def %.tpl
194+
autogen --writable $<
195+
196+
%.h : %.def %.tpl
194197
autogen --writable $<

0 commit comments

Comments
 (0)