From: Sebastian Harl Date: Sun, 22 Dec 2013 17:19:22 +0000 (+0100) Subject: src/Makefile: Fixed path to connection-private.h. X-Git-Tag: sysdb-0.1.0~283 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=d2a62a3ca380d87937dc9da8d8a81633def20f2f src/Makefile: Fixed path to connection-private.h. --- diff --git a/src/Makefile.am b/src/Makefile.am index 53872e7..4e3ec8e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,7 +58,7 @@ libsysdb_la_SOURCES = \ core/store.c include/core/store.h \ include/core/data.h \ frontend/connection.c include/frontend/connection.h \ - include/frontend/connection-private.h \ + frontend/connection-private.h \ frontend/sock.c include/frontend/sock.h \ frontend/session.c \ frontend/query.c \