Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorg71 committed Nov 6, 2014
1 parent c7997bc commit a3618e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion module/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ EXTRA_DIST =

AM_CFLAGS = \
$(XORG_SERVER_CFLAGS) \
-I../../../common
-I../../common

libxorgxrdp_la_LTLIBRARIES = libxorgxrdp.la

Expand Down
2 changes: 1 addition & 1 deletion xrdpdev/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ EXTRA_DIST = \
AM_CFLAGS = \
$(XORG_SERVER_CFLAGS) \
-I../module \
-I../../../common
-I../../common

xrdpdev_drv_la_LTLIBRARIES = xrdpdev_drv.la

Expand Down
2 changes: 1 addition & 1 deletion xrdpkeyb/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ EXTRA_DIST =
AM_CFLAGS = \
$(XORG_SERVER_CFLAGS) \
-I../module \
-I../../../common
-I../../common

xrdpkeyb_drv_la_LTLIBRARIES = xrdpkeyb_drv.la

Expand Down
2 changes: 1 addition & 1 deletion xrdpmouse/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ EXTRA_DIST =
AM_CFLAGS = \
$(XORG_SERVER_CFLAGS) \
-I../module \
-I../../../common
-I../../common

xrdpmouse_drv_la_LTLIBRARIES = xrdpmouse_drv.la

Expand Down

0 comments on commit a3618e0

Please sign in to comment.