Skip to content

Commit

Permalink
Add Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Dec 28, 2024
1 parent 400920d commit b018476
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/node_providers/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-I$(top_srcdir)/src \
$(PACKAGE_CFLAGS)

noinst_LIBRARIES = liblinode_providers.a
liblinode_providers_a_SOURCES = \
feed.c feed.h \
folder.c folder.h \
newsbin.c newsbin.h \
vfolder.c vfolder.h

liblinode_providers_a_CFLAGS = $(PACKAGE_FLAGS)

0 comments on commit b018476

Please sign in to comment.