Skip to content

Commit

Permalink
move aur-websocket-parser to common
Browse files Browse the repository at this point in the history
  • Loading branch information
thaytan committed Apr 21, 2015
1 parent 5802c65 commit 7f33389
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/Makefile.am
Expand Up @@ -10,7 +10,8 @@ if BUILD_GTKAPPS
bin_PROGRAMS += aurena-simple-client-fullscreen aurena-simple-controller
endif

COMMON_SOURCES = common/aur-json.c common/aur-json.h common/aur-types.h
COMMON_SOURCES = common/aur-json.c common/aur-json.h common/aur-types.h \
common/aur-websocket-parser.c common/aur-websocket-parser.h

aurena_server_CPPFLAGS = -I$(top_srcdir) $(AUR_COMMON_CFLAGS) $(AUR_SERVER_CFLAGS) $(GST_RTSP_CFLAGS) $(GST_CFLAGS) $(EXTRA_CFLAGS)
aurena_server_LDADD = server/libaurena_server.la $(AUR_COMMON_LIBS) $(AUR_SERVER_LIBS) $(GST_RTSP_LIBS) $(GST_LIBS)
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions src/server/Makefile.am
Expand Up @@ -16,9 +16,7 @@ libaurena_server_la_SOURCES = \
aur-server.c \
aur-server.h \
aur-server-client.c \
aur-server-client.h \
aur-websocket-parser.c \
aur-websocket-parser.h
aur-server-client.h

libaurena_server_la_CPPFLAGS = -I$(top_srcdir) $(AUR_COMMON_CFLAGS) $(GST_CFLAGS) $(GST_RTSP_CFLAGS) $(EXTRA_CFLAGS)
libaurena_server_la_LIBADD =
2 changes: 1 addition & 1 deletion src/server/aur-server-client.h
Expand Up @@ -25,7 +25,7 @@
#include <libsoup/soup.h>

#include <src/common/aur-types.h>
#include <src/server/aur-websocket-parser.h>
#include <src/common/aur-websocket-parser.h>

G_BEGIN_DECLS

Expand Down

0 comments on commit 7f33389

Please sign in to comment.