Skip to content

Commit 8d39193

Browse files
authored
Add libcpdb.la to LIBADD of libcpdb-frontend (#89)
Fixes #88 Signed-off-by: Ayush <mail@ayuch.dev>
1 parent e89a96c commit 8d39193

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpdb/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ libcpdb_frontend_la_CPPFLAGS += $(GIOUNIX_CFLAGS)
2929
libcpdb_frontend_la_CPPFLAGS += -I..
3030

3131
libcpdb_frontend_la_LIBADD = -lpthread -lm -lcrypt
32+
libcpdb_frontend_la_LIBADD += libcpdb.la
3233
libcpdb_frontend_la_LIBADD += $(GLIB_LIBS)
3334
libcpdb_frontend_la_LIBADD += $(GIO_LIBS)
3435
libcpdb_frontend_la_LIBADD += $(GIOUNIX_LIBS)

0 commit comments

Comments
 (0)