diff options
Diffstat (limited to 'hosts/Makefile.am')
-rw-r--r-- | hosts/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/Makefile.am b/hosts/Makefile.am index b07e74f..a599bd4 100644 --- a/hosts/Makefile.am +++ b/hosts/Makefile.am @@ -14,11 +14,11 @@ lv2_jack_host_LDADD = ../src/libslv2.la @JACK_LIBS@ @RASQAL_LIBS@ lv2_simple_jack_host_LDADD = ../src/libslv2.la @JACK_LIBS@ @RASQAL_LIBS@ lv2_jack_host_SOURCES = \ - jack_compat.c \ + jack_compat.h \ lv2_jack_host.c lv2_simple_jack_host_SOURCES = \ - jack_compat.c \ + jack_compat.h \ lv2_simple_jack_host.c endif |