diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ed13346b..31c157c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -418,7 +418,7 @@ src/ofono.ver: src/ofono.exp $(AM_V_at)echo "local: *; };" >> $@ plugins/%.rules: - $(AM_V_GEN)cp $(subst 97-,,$@) $@ + $(AM_V_GEN)cp $(srcdir)/$(subst 97-,,$@) $@ $(src_ofonod_OBJECTS) $(unit_objects): $(local_headers) |