Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Fix gdbus-codegen invocation
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Kravchuk <[email protected]>
  • Loading branch information
sashko authored and gunnarx committed Sep 20, 2018
1 parent 2ee245d commit 6e827a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generated/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ CLEANFILES = PasClientNotificationGen.c \
# Targets to create generated sources during the build

PasClientNotificationGen.c PasClientNotificationGen.h: $(top_srcdir)/dbus_specifications/org.genivi.persistence.admin.xml
gdbus-codegen --interface org.genivi.persistence. --c-namespace OipPersistence --generate-c-code PasClientNotificationGen $(top_srcdir)/dbus_specifications/org.genivi.persistence.admin.xml
gdbus-codegen --interface-prefix="org.genivi.persistence." --c-namespace="OipPersistence" --generate-c-code="PasClientNotificationGen" $(top_srcdir)/dbus_specifications/org.genivi.persistence.admin.xml

0 comments on commit 6e827a9

Please sign in to comment.