Skip to content

Commit

Permalink
GUI: Remove unneeded dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
dagargo committed Dec 14, 2024
1 parent 27cca16 commit 7e77b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ liboverwitch_la_CFLAGS = -I$(top_srcdir)/src `$(PKG_CONFIG) --cflags $(LIB_LIBS)
liboverwitch_la_LDFLAGS = `$(PKG_CONFIG) --libs $(LIB_LIBS)` $(SAMPLERATE_LIBS)
include_HEADERS = overwitch.h

overwitch_SOURCES = main.c overwitch_device.c overwitch_device.h jclient.c jclient.h config.c config.h common.c common.h
overwitch_SOURCES = main.c overwitch_device.c overwitch_device.h jclient.c jclient.h config.c config.h
overwitch_service_SOURCES = main-service.c jclient.c jclient.h config.c config.h
overwitch_cli_SOURCES = main-cli.c jclient.c jclient.h common.c common.h
overwitch_play_SOURCES = main-play.c common.c common.h
Expand Down

0 comments on commit 7e77b45

Please sign in to comment.