Skip to content

Commit

Permalink
Make libpomodoro static
Browse files Browse the repository at this point in the history
  • Loading branch information
naaando committed Feb 18, 2019
1 parent 20c50ba commit 04a06cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libpomodoro/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libpomodoro = library(
libpomodoro = static_library(
'pomodoro',
'src/Interfaces/Sequencer.vala',
'src/Interfaces/Timer.vala',
Expand All @@ -15,7 +15,6 @@ libpomodoro = library(
dependency('gee-0.8'),
dependency('json-glib-1.0'),
],
version : '0.1',
install: true,
include_directories: include_directories('.'),
)

0 comments on commit 04a06cb

Please sign in to comment.