Skip to content

Commit

Permalink
Link libcolumnlistview before libtracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Sep 15, 2021
1 parent ce7bd65 commit 959a5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
LIBS = be translation textencoding tracker network columnlistview \
LIBS = be columnlistview translation textencoding tracker network \
bnetapi localestub $(STDCPPLIBS)

# Specify additional paths to directories following the standard libXXX.so
Expand Down Expand Up @@ -155,7 +155,7 @@ SYMBOLS :=

# Includes debug information, which allows the binary to be debugged easily.
# If set to "TRUE", debug info will be created.
DEBUGGER :=
DEBUGGER :=

# Specify any additional compiler flags to be used.
COMPILER_FLAGS =
Expand Down

0 comments on commit 959a5bb

Please sign in to comment.