Skip to content

Commit

Permalink
add header to Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 14, 2024
1 parent 18b58b3 commit 73322e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pinner/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ plugin = pinner

geanyplugins_LTLIBRARIES = pinner.la

pinner_la_SOURCES = \
pinner.c
pinner_la_SOURCES = pinner.c

noinst_HEADERS = pinner.h

pinner_la_CPPFLAGS = $(AM_CPPFLAGS) \
-DG_LOG_DOMAIN=\"Pinner\"
Expand Down

0 comments on commit 73322e4

Please sign in to comment.